home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
coki.swf
/
scripts
/
frame_17
/
PlaceObject2_102_37
/
CLIPACTIONRECORD onClipEvent(load).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
296 b
|
10 lines
onClipEvent(load){
Xspeed = Math.floor(Math.random() * _global.speed + 2);
Yspeed = Math.floor(Math.random() * _global.speed + 1);
top = this._height / 2;
bottom = _root.area._height - top;
left = this._width / 2;
right = _root.area._width - left;
var status = 1;
}